feat(web): app shell routes, static build, timeline refresh after mut…#17
Merged
Conversation
…ations - Add react-router HashRouter with Overview, Diff, and Promote pages plus shared API helpers and styling. - Rebuild committed static assets for flightdeck serve. - Refresh overview timeline after successful promote/rollback via TimelineRefreshContext. - Update Playwright smoke tests and expand ROADMAP (phased near/mid/long-term). Co-authored-by: Cursor <cursoragent@cursor.com>
- Add useTimelineRefresh hook to OverviewPage for improved data synchronization.
CI runs npm run build then git diff --exit-code on server/static; the timeline Overview change shipped without the regenerated assets, so the gate failed. Refresh index.html and hashed JS output. Co-authored-by: Cursor <cursoragent@cursor.com>
…ates Document uv sync --frozen, flightdeck --help, git diff --exit-code on schemas/ and server/static/, and Playwright when web behavior changes across AGENTS, CLAUDE, CONTRIBUTING, DEVELOPMENT, README, web README, PR template, and .cursorrules. Add Cursor alwaysApply rule .cursor/rules/flightdeck-ci-artifacts.mdc and note it in CHANGELOG. Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced May 2, 2026
Gsbreddy
added a commit
that referenced
this pull request
May 2, 2026
…ure section (#21) - Add docs/web-ui.md: full reference for the React app that shipped in PR #17 (HashRouter routing, OverviewPage/DiffPage/ActionsPage, TimelineRefreshContext data-flow, api.ts helpers, shared components, CSS design tokens, env vars, and a guide for adding new pages). - Update web/README.md: remove stale PR-split section describing work that has already landed; replace with an App architecture summary table and a pointer to the new reference doc. Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Gottam Sai Bharath <Gsbreddy@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ations
Add react-router HashRouter with Overview, Diff, and Promote pages plus shared API helpers and styling.
Rebuild committed static assets for flightdeck serve.
Refresh overview timeline after successful promote/rollback via TimelineRefreshContext.
Update Playwright smoke tests and expand ROADMAP (phased near/mid/long-term).
Summary
Why
Changes
Validation
Run the same checks as CI (see
.github/workflows/ci.yml) before opening / updating the PR:uv sync --frozen --extra devuv run python -m ruff check src testsuv run python -m pytestuv run python scripts/generate_schemas.pythengit diff --exit-code schemas/(if models/schemas touched)cd web && npm ci && npm run build && cd .. && git diff --exit-code src/flightdeck/server/static/(ifweb/src/or deps changed)cd web && npx playwright install chromium && npm run test:e2e(ifweb/changed)uv run flightdeck-quickstart-verifyuv run flightdeck --helpWith pip / venv only, use
python -m …equivalents fromDEVELOPMENT.md.Schema / Storage Impact
Risk
Review
@flightdeckdev/maintainerson the org repo). On a fork, GitHub may not auto-request; use Reviewers on the PR.AGENTS.md); linked issue or release note intent noted if helpful.Notes